Spread for ASP.NET 10 Product Documentation
GroupSparkline(CellRange[]) Method
Example 


The location.
Groups the sparkline to the active sparkline.
Syntax
'Declaration
 
Public Overloads Function GroupSparkline( _
   ByVal location() As CellRange _
) As ExcelSparklineGroup
'Usage
 
Dim instance As SheetView
Dim location() As CellRange
Dim value As ExcelSparklineGroup
 
value = instance.GroupSparkline(location)
public ExcelSparklineGroup GroupSparkline( 
   CellRange[] location
)

Parameters

location
The location.
Example
This example groups sparklines.
FpSpread1.Sheets[0].GroupSparkline(new FarPoint.Web.Spread.Model.CellRange[] { new FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1) });
FpSpread1.Sheets(0).GroupSparkline(New FarPoint.Web.Spread.Model.CellRange() {New FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1)})
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetView Class
SheetView Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.